unassigned object meaning in Chinese
未赋值对象
Examples
- For example , the compiler will produce a warning when the user attempts to invoke a member of an unassigned object variable , return from a function without setting the return value , or execute a
例如,如果用户尝试调用未赋值的对象变量的成员,从未设置返回值的函数返回或者执行有逻辑错误的 - For example , the compiler produces a warning when the user attempts to invoke a member of an unassigned object variable , return from a function without setting the return value , or execute a
例如,当用户试图调用未赋值对象变量的成员、未设置返回值即从函数中返回,或执行异常捕获逻辑有错误的